| 1. | Class scope and its educational equitation 班级规模与教育公平 |
| 2. | Class scope includes all base classes 类范围包含所有的基类。 |
| 3. | Class scope , if the current location is inside a c member function 类范围,如果当前位置在c + +成员函数内。 |
| 4. | The data member is declared in class scope , but definition is performed at file scope 这个数据成员在类的作用域里面声明,但是要在文件作用域里面定义。 |
| 5. | “ class scope testing corresponds with the classical definition of unit testing : exercising a relatively small software component , usually via a driver , in isolation 我认为这段话也清楚地表明了作者认为针对类的测试是属于单元测试的立场。 |
| 6. | Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup 在“表达式的语境中查找”的名字是被出现该表达式的作用域中作为非限定名称查找的。 |
| 7. | Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup 由于类的名称是被插入到其类作用域(章节9 )中,所以处理名字隐藏和查找时,类的名字同样被看作该类的成员。 |
| 8. | Declaration can appear only in contexts where a class declaration can appear , that is , at global scope , at package scope , or at class scope , but not inside a function or method 声明只能出现在类声明可以出现的上下文中(即全局范围) 、包范围内或类范围内,而不能出现在函数或方法中。 |
| 9. | Unlike actionscript 2 , methods in actionscript 3 now retain their class scope when called , even if assigned to another object and called from that object , or if used with function . call and function . apply 当你创建类的时候,你除了创建这个类的实例外,同时也创建了和这个类相关的变量和方法。 |